home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000365_news@columbia.edu_Fri May 12 01:38:53 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA13740
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 11 May 1995 22:01:25 -0400
  3. Received: by apakabar.cc.columbia.edu id AA12016
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 11 May 1995 22:01:23 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!gatech!concert!news.wfu.edu!matthews
  6. From: matthews@wfu.edu (Rick Matthews)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: BackSpace key?
  9. Date: 12 May 1995 01:38:53 GMT
  10. Organization: Wake Forest University
  11. Lines: 15
  12. Message-Id: <3oue7d$bom@eis.wfunet.wfu.edu>
  13. References: <3os1d3$t3r@xcalibur.IntNet.net>
  14. Nntp-Posting-Host: acg60.wfunet.wfu.edu
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Jeff Tomich (jtomich@news.IntNet.net) wrote:
  19. : Any help on changing the backspace key? When I'm at my vt prompt and 
  20. : hitting the backspace I just get literal escape codes looks like it anyway.
  21.  
  22. At the kermit prompt ( or in mscustom.ini)
  23.  
  24.     set key \270  \127    (to send DEL)
  25.     set key \270  \8      (to send backspace)
  26.     set key \270  Hello   (to send "Hello")
  27.  
  28. --
  29. Rick Matthews                     matthews@wfu.edu            Ham radio:
  30. Wake Forest University            910-759-5340   (Voice)      WA4GSP
  31. Winston-Salem, NC 27109-7507      910-759-6142   (FAX)
  32.